home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00256_LEVEL1.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  233 b   |  12 lines

  1. on exitFrame
  2.   global WhichBug, TRIAL, imsickofthis, game3level, returnframe
  3.   set returnframe to the frame
  4.   set TRIAL to 0
  5.   bugchoose()
  6.   bugmenu()
  7.   if imsickofthis = 0 then
  8.     go("mcstart")
  9.   end if
  10.   set imsickofthis to 1
  11. end
  12.